/*
Theme Name: Marketer's Doctrine
Theme URI: http://www.MarketersDoctrine.com
Description: Marketer's Doctrine
Version: 1.0
Author: Kate Anderson, www.ContentGirl.com
*/

/*general stuff*/

* {
	padding: 0;
	margin: 0;
}

body {


	background: #2b0101 url(bg.png);

	background-repeat: repeat-x;

	background-attachment: fixed;

	width: 980px;

	color: #2b0101;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 0px auto 0px;

	padding: 0px;

	}


 

a:link, a:visited {
	color: #1b184d;
}

a:hover, a:active {
	color: #a50001;	
}

h1, h2 {
	margin-top: 1em;
}

p, ol, ul {
	margin-bottom: 1.5em;
}

input, textarea {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
}

li {
	margin-left: 2em;
}

blockquote {
	font-family: Georgia, serif;
	color: #444;
	font-style: italic;
}

#rap {
	width: 770px;
	margin: 0px auto;
	background: #ffffff;
}

#header {
	height: 150px;
	background: url(header.png) no-repeat;
	margin-bottom: 0px;
}

#header h1, #header h2 {
	display: none;
}

#topnav {
	padding: 0;
	height: 10px;
	margin-left: 25px;
	list-style: none;
}
#topnav ul
{
margin:0; padding:0;

 }
#topnav li a:link, #topnav a:visited {
	font-size: 1em;
	font-weight: 600;
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 4px 2px o;
	text-decoration: none;
	background: none;
}

#topnav li a:hover, #topnav a:active {
}

#content {
	clear: left;
	margin-left: 40px;
	float: left;
	width: 500px;
}

h2.storytitle {
	font-weight: 100;
	line-height: 1.3em;
	font-size: 1.6em;
}

h2.storytitle a:link, h2.storytitle a:visited {
	text-decoration: none;
	color: #6E6E6E;
}

h2.storytitle a:hover, h2.storytitle a:active {
	color: #6E6E6E;
}

.meta {
	color: #555;
	margin-bottom: 1em;
}

.storycontent {
	text-align: justify;
}

#menu {
	margin: 35px 30px 0 575px;
}

#menu h2 {
	display: block;
	font-size: 1em;
	font-weight: 100;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	color: #000000;
}

#menu a:link, #menu a:visited {
	color: #6E6E6E;
}

#menu a:hover, #menu a:active {
	color: #6E6E6E;
	text-decoration: none;
}

#menu ul, #menu ul li ul {
	list-style: none;
}

#menu ul li, #menu ul li ul li {
	margin-left: 0;
}

#comments_meta {
	font-size: .8em;
	line-height: 1.2em;
	padding-bottom: 1em;
	color: #444;
	border-bottom: 1px solid #666;
}

#comments_meta a {
	color: #666;
}

ol#commentlist {
	list-style: none;
}

ol#commentlist li {
	margin: 1.5em 0;
}

.comment-head {
	margin-bottom: 1em;
}

.comment-head cite {
	font-style: normal;
	font-size: .9em;
	color: #333;
}

.comment-body {
	border-bottom: 1px solid #666;
}

#commentform label {
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	clear:left;
}

#commentform input.text {
	margin-left: 20px;
	color: #999;
}

#commentform textarea {
	width: 440px;
	height: 110px;
}

#footer {
	height: 100px;
	background: url(footer.png) no-repeat;
}